home *** CD-ROM | disk | FTP | other *** search
- ! effets sur les persos
- TRANSPARENCY::rendu1
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 255,255,255
- Degree100 = 0,0,0
- }
- TRANSPARENCY::rendu2
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 0,0,0
- Degree10 = 0,0,0
- }
- main
- {
- rendu1(30);
- loop()
- {
- rendu2(30);
- };
- }
-